home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / debhelper / autoscripts / postinst-defoma < prev    next >
Encoding:
Text File  |  2006-06-17  |  107 b   |  6 lines

  1. if [ "$1" = "configure" ]; then
  2.  
  3.   test -x /usr/bin/defoma-app && /usr/bin/defoma-app update #PACKAGE#
  4.  
  5. fi
  6.